home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / readme12.arc / README.TRB < prev    next >
Text File  |  1988-06-29  |  2KB  |  25 lines

  1. /* This isn't meant to be read THIS way! Run README.PRG and check it out.    */
  2. /* This file MUST be in the same directory as README.PRG for README to run.  */
  3. /* Since you are looking at this file, note that this is the file that makes */
  4. /* up the beginning display when you first invoke README.PRG. By replacing   */
  5. /* This page with your own, and making your own MENU.TRB file, you will have */
  6. /* your own customized standalone help reader */
  7.  
  8.                             POPUP HELP MENU DEMO
  9.                                by Todd Burkey
  10.  
  11.   Hate clicking on and paging through README files?  Well, give this program a
  12.   try. README.PRG is a standalone program that uses my POPUP HELP mechanism to
  13.   create nice, heirarchical help menus. Originally intended for HDSCAN, I have
  14.   decided to release this README application w/source code so others out there
  15.   can use it, learn from it, and hopefully even improve on it. POPHELP is easy
  16.   to use, just press HELP and use the arrows to move around.  Press HELP again
  17.   (while inside POPHELP) if you get confused.  Yep, even mono-chrome and mouse
  18.   lovers are supported. Some technical notes:
  19.  
  20.     1) POPHELP is file driven. A procedure reads in MENU.TRB which describes
  21.        the popup hierarchy. Think of this as a help resource file.
  22.     2) POPHELP has a limit of 100 popup menus (as compiled herein). Menu 0 is
  23.        for people who get confused.
  24.     3) Short (<24 line) files can be automatically shown (see the examples.)
  25.